You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Vector Structure > Vector Methods > IsEqual Method > Vector.IsEqual Method ([In] TMtxVec)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Vector.IsEqual Method ([In] TMtxVec)

Compares two objects and returns True, if they are equal.

Syntax
C#
Visual Basic
public bool IsEqual([In] TMtxVec Vec);

Compares two objects and returns True, if they are equal. The IsEqual uses cmpAbsolute comparison method with comparison tolerance of 10*EPS by default. 

The method compares only Complex and Length properties and coresponding values. To compare matrices or sparse matrices, use the Equal method.

Matrix.Equal, TSparseMtx.Equal, Vector.Equal

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!